home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / HomeSite / hmsite.exe / data1.cab / Documentation / allaire_ie.css next >
Encoding:
Cascading Style Sheet File  |  2000-01-13  |  3.2 KB  |  207 lines

  1. /*
  2. Changed BGColor for Arizona
  3. old color #F5F5DE;
  4. new color #FFFFF0
  5. */
  6.  
  7. BODY  {
  8.     font-family: verdana, arial, helvetica, sans-serif;
  9.     background-color: #FFFFF0; /*#FFF8E5;*/
  10.     font-size: 12px;
  11.     margin-top: 14px;
  12.     margin-left: 48px;
  13. }
  14. DIV.navigation {
  15.     margin-left :  -34px;
  16. }
  17.  
  18. DIV.navigation  p{
  19.     margin-top :  6px;
  20. }
  21.  
  22. PRE    {
  23.     font-size: 12px;
  24.     font-family: "Courier New", courier, monospace;
  25.     color: Maroon;
  26.     margin-top: 0px;
  27.     margin-bottom: 0px;
  28.     margin-left: 6px;
  29.     background-color:  #FFFFF0; /*#FFF8E5;*/
  30. }
  31.  
  32. span.codemark {    font-weight: bold;
  33.                                 background-color : #D3D3D3;
  34.                                 color :  Black;}
  35.  
  36. code {
  37.     display: inline;
  38.     font-size: 12px;
  39.     font-family: "Courier New", courier, monospace;
  40.     color: Maroon;
  41.     background-color:  #FFFFF0; /*#FFF8E5;*/
  42. }
  43.  
  44.         
  45. H1  {
  46.     font-size: 20px;
  47.     color: black;
  48.     background-color:  #FFFFF0; /*#FFF8E5;*/
  49.     margin-bottom: 5px;
  50.     font-weight: bold;
  51.     margin-left: -34px;
  52. }
  53.  
  54.     
  55. H2  {
  56.     font-size: 18px;
  57.     margin-left: -24px;
  58.     color: black;
  59.     background-color:  #FFFFF0; /*#FFF8E5;*/
  60.     margin-bottom: 5px;
  61.     font-weight: bold;
  62. }
  63.  
  64.     
  65. H3    {
  66.     font-size: 16px;
  67.     color: black;
  68.     background-color:  #FFFFF0; /*#FFF8E5;*/
  69.     margin-bottom: 5px;
  70.     font-weight: bold;
  71.     margin-left: -12px;
  72. }
  73.  
  74.     
  75. H4    {
  76.     font-size: 12px;
  77.     font-weight: bold;
  78.     color: black;
  79.     background-color:  #FFFFF0; /*#FFF8E5;*/
  80.     font-family: Verdana, arial, helvetica, sans-serif
  81. }
  82.  
  83. H5  {
  84.     font-size: 12px;
  85.     font-weight: normal;
  86.     color: black;
  87.     background-color:  #FFFFF0; /*#FFF8E5;*/
  88. }
  89.  
  90.  /*Parameter list*/
  91.  
  92.  H5.param  {
  93.     font-size: 12px;
  94.     font-weight: bold;
  95.     color: black;
  96.     margin-left: 6px;
  97.     background-color:  #FFFFF0; /*#FFF8E5;*/
  98.     margin-bottom: 0px;
  99. }
  100.     
  101. p.param
  102.     { 
  103.     margin-left: 6px;
  104.     margin-top: 3px;
  105.      }
  106. TABLE    {
  107.     margin-top: 12px; 
  108.     font-size: 12px;
  109.     font-family: Verdana, arial, helvetica, sans-serif;
  110. }
  111.  
  112. TABLE.proc    {
  113.     margin-top: 12px; 
  114.     margin-bottom: -12px;
  115.     font-size: 12px;
  116.     font-family: Verdana, arial, helvetica, sans-serif;
  117. }
  118.  
  119. th {
  120.     font-weight: bold;
  121.     background-color: #CCCCCC;
  122. }
  123.  
  124. ul p       {
  125.     margin-top: 6px;
  126.     margin-bottom: 6px;
  127. }
  128.  
  129. ul p li       {
  130.     margin-top: 6px;
  131. }
  132.  
  133. ul li li    {
  134.     margin-top: 12px;
  135. }
  136.  
  137. ol ul { 
  138.         margin-left: 36px;
  139.          }
  140.          
  141. ol ul li{ 
  142.         margin-left: 0px;
  143.         list-style-type :  square;
  144.         }
  145.  
  146. ul ul { 
  147.         margin-left: 36px;
  148.          }
  149.          
  150. ul ul li{ 
  151.         margin-left: 0px;
  152.         list-style-type :  square;
  153.         }
  154.         
  155. ol p        {
  156.     margin-top: 6px;
  157.     margin-bottom: 6px;
  158. }
  159.  
  160. ol p li        {
  161.     margin-top: 6px;
  162. }
  163.  
  164. ol li li        {
  165.     margin-top: 12px;
  166. }
  167.  
  168. td ul        {
  169.     margin-top: 6px;
  170. }
  171.  
  172. TD.proc {
  173.     font-family: verdana, arial, helvetica, sans-serif;
  174.     font-weight: bold;
  175.     font-size: 12px;
  176. }
  177.  
  178. TD.copy {
  179.     font-size: 10px;
  180.     color: gray;
  181.     background-color:  #FFFFF0; 
  182. }
  183.  
  184. ol  pre     {
  185.     color: Maroon;
  186.     background-color:  #FFFFF0; /*#FFF8E5;*/
  187.     margin-top: 3px;
  188.     margin-bottom: 0px;
  189. }
  190. pre br { 
  191.         display: none;
  192.  }
  193.  
  194.  /*===================================
  195.  This is where I started playing around with the 
  196.  procedure icon */
  197. div.proc { margin-left: -18px; }
  198.  
  199. ol li { margin-top: 10px;}
  200.  
  201. li.first {     margin-top: -22px;}
  202.  
  203. /* end of proc icon work
  204. ======================================*/
  205.  
  206.  
  207.